From 9912590acdf37cee4c9dc8da2d2a4980d5b86c40 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 26 Jun 2015 08:27:02 -0700 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.toml | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65da37271..4fbbcf75c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.3.0" +version = "0.4.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/Makefile.in b/Makefile.in index 63728b296..e1157d3b0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.3.0 +CFG_RELEASE_NUM=0.4.0 CFG_RELEASE_LABEL= include config.mk -- 2.30.2